home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMCLEANUPSESSION / TFRMCLEANUPSESSION.txt
Text File  |  2008-11-13  |  1KB  |  62 lines

  1. object frmCleanupSession: TfrmCleanupSession
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 497
  6.   ClientWidth = 666
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Shell Dlg 2'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnClipboardCopy: TResTeButton
  19.     Left = 358
  20.     Top = 463
  21.     Width = 147
  22.     Height = 25
  23.     OnClick = btnClipboardCopyClick
  24.     Caption = 'Copy to Clipboard'
  25.     TabOrder = 0
  26.   end
  27.   object btnClose: TResTeButton
  28.     Left = 511
  29.     Top = 463
  30.     Width = 147
  31.     Height = 25
  32.     Caption = 'Close'
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object memCleanupSession: TMemo
  37.     Left = 8
  38.     Top = 8
  39.     Width = 650
  40.     Height = 433
  41.     Lines.Strings = (
  42.       '')
  43.     ReadOnly = True
  44.     ScrollBars = ssBoth
  45.     TabOrder = 2
  46.   end
  47.   object btnClearLog: TResTeButton
  48.     Left = 207
  49.     Top = 463
  50.     Width = 147
  51.     Height = 25
  52.     OnClick = btnClearLogClick
  53.     Caption = 'Clear Log'
  54.     TabOrder = 3
  55.   end
  56.   object TeForm2: TTeForm2
  57.     ThemeObject = 'standarddialog'
  58.     Left = 176
  59.     Top = 456
  60.   end
  61. end
  62.